All Functions of Week 8

group_tt

{tinytable}

Grouping in tinytable

geom_smooth

{GGPLOT2}

Generates a smoothed conditional means curve / line

setwd

{base}

Set Working Directory

read.csv

{utils}

Read a csv file to data frame. Specify stringsAsFactors = FALSE to keep all string columns as characters

plotPlane

{rockchalk}

Draw a 3-D regression plot for two predictors

theme

{GGPLOT2}

Set theme for GGPLOT2

scale_x_continuous

{GGPLOT2}

Customise continuous x axis

aes

{GGPLOT2}

Construct aesthetic mapping of a ggplot graph

list

{base}

Create a list object

modelsummary

{modelsummary}

Creates regression and data tables

library

{base}

Load an R package

geom_point

{GGPLOT2}

Generates a scatter plot

summary

{base}

Obtain summary statistics or detailed regression output

lm

{base}

Fit a linear model

element_text

{GGPLOT2}

Customise text in GGPLOT2

theme_latex

{tinytable}

A theme for modelsummary/tinytable tables

ggplot

{GGPLOT2}

Create a ggplot graph

theme_classic

{GGPLOT2}

A minimalistic theme with no gridlines

c

{base}

Combine values/vectors into a vector

ylab

{GGPLOT2}

Label the y axis (ggplot)

rm

{base}

Remove objects

ls

{base}

Return a vector of character strings giving the names of the objects in the specified environment

The end!